-
Couldn't load subscription status.
- Fork 116
feat: Multi-Purpose Tokens (MPT) #732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Same as the comment from the js library, am assuming the getBalanceChanges utility here would need to be modified in the same way (or have a comment and raise an issue to track the addition later on) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it looks good. Might be useful to test serialization/deserialization of MPTokenIssuance and MPToken objects
xrpl-py doesn't support ledger objects yet so that's why they're excluded for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Adds Multi-Purpose Tokens (MPT) feature.
High Level Overview of Change
Adds Multi-Purpose Tokens (MPT) feature.
Context of Change
XLS-33 spec
Type of Change
Did you update CHANGELOG.md?
Test Plan
Adds unit/integ tests for new transactions.